Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services.utils
/
AuthService
/
OAuth2ProviderInfo
OAuth2Provider
Info
@
Serializable
data
class
OAuth2ProviderInfo
(
val
name
:
String
,
val
state
:
String
,
val
codeVerifier
:
String
,
val
codeChallenge
:
String
,
val
codeChallengeMethod
:
String
,
val
authURL
:
String
)
Members
Constructors
OAuth2Provider
Info
Link copied to clipboard
constructor
(
name
:
String
,
state
:
String
,
codeVerifier
:
String
,
codeChallenge
:
String
,
codeChallengeMethod
:
String
,
authURL
:
String
)
Properties
auth
URL
Link copied to clipboard
val
authURL
:
String
code
Challenge
Link copied to clipboard
val
codeChallenge
:
String
code
Challenge
Method
Link copied to clipboard
val
codeChallengeMethod
:
String
code
Verifier
Link copied to clipboard
val
codeVerifier
:
String
name
Link copied to clipboard
val
name
:
String
state
Link copied to clipboard
val
state
:
String